summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_disable4.c
blob: 820858c37f6403f31fde2f92eedf950429d4253c (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -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