blob: 4c5012d68baf64681a1909a1b72bf6f834c016e4 [file] [log] [blame]
// 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;
float z;
#define MAKE_HAPPY(X) X##Happy
int MAKE_HAPPY(Very);