Sign in
ara-mdk
/
platform
/
external
/
clang
/
c7f811638f8603fa373d2be724e8b1c8ba51ad75
/
.
/
test
/
Preprocessor
/
hash_line.c
blob: 64edae0d95775aa5edbc2b06ec12109fa7a611c9 [
file
] [
log
] [
blame
]
// 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
#