mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 04:36:07 +00:00
8 lines
151 B
C
8 lines
151 B
C
/* RUN: %clang -E -C -P %s | FileCheck --strict-whitespace %s
|
|
PR2741
|
|
comment */
|
|
y
|
|
// CHECK: {{^}} comment */{{$}}
|
|
// CHECK-NEXT: {{^}}y{{$}}
|
|
|