blob: 788440ba82aa634ecf389f3cc7bace591c6b30c1 [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001// The 1 and # should not go on the same line.
2// RUN: clang %s -E | not grep "1 #" &&
3// RUN: clang %s -E | grep '^1$' &&
4// RUN: clang %s -E | grep '^ #$'
51
6#define EMPTY
7EMPTY #
8