Reid Spencer | 5f016e2 | 2007-07-11 17:01:13 +0000 | [diff] [blame] | 1 | // The 1 and # should not go on the same line. |
Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 2 | // RUN: clang-cc %s -E | not grep "1 #" && |
3 | // RUN: clang-cc %s -E | grep '^1$' && | ||||
4 | // RUN: clang-cc %s -E | grep '^ #$' | ||||
Reid Spencer | 5f016e2 | 2007-07-11 17:01:13 +0000 | [diff] [blame] | 5 | 1 |
6 | #define EMPTY | ||||
7 | EMPTY # | ||||
8 |