blob: 7b27671328ebabf4e2d859ffeea240c09c6ed715 [file] [log] [blame]
Douglas Gregor2cf26342009-04-09 22:27:44 +00001// RUN: clang-cc -emit-pch -o variables.h.pch variables.h
Douglas Gregor14f79002009-04-10 03:52:48 +00002// Do not mess with the whitespace in this file. It's important.
Chris Lattner285d03f2009-04-11 20:52:19 +00003
4
5
6
Douglas Gregor2cf26342009-04-09 22:27:44 +00007extern float y;
Douglas Gregor14f79002009-04-10 03:52:48 +00008extern int *ip, x;
9
Douglas Gregor2cf26342009-04-09 22:27:44 +000010float z;
Douglas Gregor14f79002009-04-10 03:52:48 +000011
12
13
14#define MAKE_HAPPY(X) X##Happy
15int MAKE_HAPPY(Very);
16
Chris Lattner531cc832009-04-10 22:13:17 +000017#define A_MACRO_IN_THE_PCH 492
Chris Lattner7356a312009-04-11 21:15:38 +000018#define FUNCLIKE_MACRO(X, Y) X ## Y