forked from OSchip/llvm-project
parent
24fad1a82f
commit
341c9a1615
|
@ -0,0 +1,12 @@
|
|||
// RUN: clang -E %s | grep '+ + - - + + = = =' &&
|
||||
// RUN: clang -E %s | not grep -F '...'
|
||||
|
||||
// This should print as ".. ." to avoid turning into ...
|
||||
#define y(a) ..a
|
||||
y(.)
|
||||
|
||||
#define PLUS +
|
||||
#define EMPTY
|
||||
#define f(x) =x=
|
||||
+PLUS -EMPTY- PLUS+ f(=)
|
||||
|
Loading…
Reference in New Issue