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

7 lines
81 B
C
Raw Normal View History

2006-10-20 13:08:12 +08:00
// RUN: clang -E %s | grep xxx-xxx
#define foo(return) return-return
foo(xxx)