mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-05 12:51:16 +00:00
4b8a84fdca
llvm-svn: 174815
11 lines
118 B
C
11 lines
118 B
C
// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
|
|
|
|
#if 0
|
|
blah
|
|
#\
|
|
else
|
|
bark
|
|
#endif
|
|
// CHECK: {{^}}bark{{$}}
|
|
|