blob: 842063a90846c142e0a4543877eadc6df9825e86 [file] [log] [blame]
Chris Lattner341c9a12006-07-28 06:54:07 +00001// RUN: clang -E %s | grep '+ + - - + + = = =' &&
2// RUN: clang -E %s | not grep -F '...'
3
4// This should print as ".. ." to avoid turning into ...
5#define y(a) ..a
6y(.)
7
8#define PLUS +
9#define EMPTY
10#define f(x) =x=
11+PLUS -EMPTY- PLUS+ f(=)
12