Reid Spencer | 5f016e2 | 2007-07-11 17:01:13 +0000 | [diff] [blame] | 1 | // The 1 and # should not go on the same line. |
Dmitri Gribenko | f282e72 | 2013-01-25 20:34:08 +0000 | [diff] [blame] | 2 | // RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s |
3 | // CHECK-NOT: 1{{.*}}# | ||||
4 | // CHECK: {{^1$}} | ||||
5 | // CHECK-NOT: 1{{.*}}# | ||||
6 | // CHECK: {{^ #$}} | ||||
7 | // CHECK-NOT: 1{{.*}}# | ||||
Reid Spencer | 5f016e2 | 2007-07-11 17:01:13 +0000 | [diff] [blame] | 8 | 1 |
9 | #define EMPTY | ||||
10 | EMPTY # | ||||
11 |