blob: 64edae0d95775aa5edbc2b06ec12109fa7a611c9 [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001// The 1 and # should not go on the same line.
Dmitri Gribenkof282e722013-01-25 20:34:08 +00002// 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 Spencer5f016e22007-07-11 17:01:13 +000081
9#define EMPTY
10EMPTY #
11