summaryrefslogtreecommitdiffstats
path: root/test/PCH/preprocess.c
blob: 128cc0acb97361c3bdd3251964216bce25683c98 (plain)
1
2
3
4
5
// RUN: clang-cc -emit-pch -o %t %S/preprocess.h &&
// RUN: clang-cc -include-pch %t -E -o - %s | grep -c "a_typedef" | count 1
#include "preprocess.h"

int a_value;
OpenPOWER on IntegriCloud