mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-08 22:57:41 +00:00
35630ec93a
llvm-svn: 173720
8 lines
164 B
C
8 lines
164 B
C
// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
|
|
// CHECK: {{^}}#pragma x y z{{$}}
|
|
// CHECK: {{^}}#pragma a b c{{$}}
|
|
|
|
_Pragma("x y z")
|
|
_Pragma("a b c")
|
|
|