hanchenye-llvm-project/clang/test/Preprocessor/macro_disable4.c

7 lines
115 B
C

// 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));