forked from OSchip/llvm-project
6 lines
72 B
C
6 lines
72 B
C
![]() |
// clang %s -E | grep 'bar foo (2)'
|
||
|
|
||
|
#define foo(x) bar x
|
||
|
foo(foo) (2)
|
||
|
|