opnsense-src/test/Preprocessor/macro_disable4.c

7 lines
117 B
C
Raw Normal View History

2010-01-01 05:34:51 -05:00
// RUN: %clang_cc1 -P -E %s | grep 'int f(void)'
2009-06-02 13:58:47 -04:00
// PR1820
#define f(x) h(x
#define h(x) x(void)
extern int f(f));