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

#define f(x) h(x
#define h(x) x(void) 
extern int f(f));
OpenPOWER on IntegriCloud