+// Test this without pch.
+// RUN: clang-cc -triple=i686-apple-darwin9 -include %S/variables.h -fsyntax-only -verify %s &&
+
+// Test with pch.
// RUN: clang-cc -emit-pch -triple=i686-apple-darwin9 -o %t %S/variables.h &&
// RUN: clang-cc -triple=i686-apple-darwin9 -include-pch %t -fsyntax-only -verify %s
// RUN: clang-cc -emit-pch -o variables.h.pch variables.h
// Do not mess with the whitespace in this file. It's important.
+
+
+
+
extern float y;
extern int *ip, x;
int MAKE_HAPPY(Very);
#define A_MACRO_IN_THE_PCH 492
+#define FUNCLIKE_MACRO(X, Y) X ## Y
\ No newline at end of file