blob: 64edae0d95775aa5edbc2b06ec12109fa7a611c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// The 1 and # should not go on the same line.
// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
// CHECK-NOT: 1{{.*}}#
// CHECK: {{^1$}}
// CHECK-NOT: 1{{.*}}#
// CHECK: {{^ #$}}
// CHECK-NOT: 1{{.*}}#
1
#define EMPTY
EMPTY #
|