llvm-project/clang/test/Preprocessor/macro_fn_disable_expand.c

6 lines
72 B
C
Raw Normal View History

2006-07-16 05:06:48 +08:00
// clang %s -E | grep 'bar foo (2)'
#define foo(x) bar x
foo(foo) (2)