hanchenye-llvm-project/clang/test/Preprocessor/_Pragma-physloc.c

8 lines
164 B
C
Raw Normal View History

2013-01-29 05:43:46 +08:00
// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
// CHECK: {{^}}#pragma x y z{{$}}
// CHECK: {{^}}#pragma a b c{{$}}
2006-07-03 06:27:09 +08:00
_Pragma("x y z")
_Pragma("a b c")