Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c20482b10ee4ffcea31f67392743ccdf6df1f7f4
/
.
/
test
/
Preprocessor
/
macro_disable4.c
blob: 4858813a0ec069f131c0e30b2178a55fb07d6e8e [
file
] [
log
] [
blame
]
Chris Lattner
0c3eb29
2007-11-23 06:50:21 +0000
[
diff
] [
blame
]
1
// RUN: clang -P -E %s | grep 'int f(void)'
2
// PR1820
3
4
#define
f
(
x
)
h
(
x
5
#define
h
(
x
)
x
(
void
)
6
extern
int
f
(
f
));