Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
48d6c122c68120db5f5079b545a7c82afe5f4455
/
.
/
test
/
PCH
/
variables.h
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
);