aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_disable4.c
blob: 4858813a0ec069f131c0e30b2178a55fb07d6e8e (plain)
1
2
3
4
5
6
// RUN: clang -P -E %s | grep 'int f(void)'
// PR1820

#define f(x) h(x
#define h(x) x(void) 
extern int f(f));