forked from OSchip/llvm-project
parent
5599d5f6b8
commit
20fc36c416
|
@ -0,0 +1,6 @@
|
|||
// RUN: clang %s -E | grep '#pragma x y z' &&
|
||||
// RUN: clang %s -E | grep '#pragma a b c'
|
||||
|
||||
_Pragma("x y z")
|
||||
_Pragma("a b c")
|
||||
|
Loading…
Reference in New Issue