From f27e5a09a0d815b8a4814152954ff87dadfdefc0 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 2 Jun 2009 17:58:47 +0000 Subject: Import Clang, at r72732. --- test/PCH/preprocess.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/PCH/preprocess.c (limited to 'test/PCH/preprocess.c') diff --git a/test/PCH/preprocess.c b/test/PCH/preprocess.c new file mode 100644 index 0000000..128cc0a --- /dev/null +++ b/test/PCH/preprocess.c @@ -0,0 +1,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; -- cgit v1.1