freebsd-nq/test/PCH/preprocess.c
2009-06-02 17:58:47 +00:00

6 lines
166 B
C

// 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;