mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-05 12:51:16 +00:00
4b8a84fdca
llvm-svn: 174815
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{{$}}
|
|
|