Sign in
cobalt
/
cobalt
/
308ed6b84664d59944cd65f4b4359c28a2443be6
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Lexer
/
token-concat.c
blob: 0a2cbeef6fd0824996f623ed00b3ce050a372e70 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
IDENT
.
2
// CHECK: {{^}}IDENT.2{{$}}
// PR4395
#define
X
.*
X
// CHECK: {{^}}.*{{$}}