7 lines
84 B
C
7 lines
84 B
C
// RUN: clang-cc -E %s | grep xxx-xxx
|
|
|
|
#define foo(return) return-return
|
|
|
|
foo(xxx)
|
|
|