forked from OSchip/llvm-project
7 lines
125 B
C
7 lines
125 B
C
|
// 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")
|
||
|
|