blob: b8f5499c7a154112c841f310e3f300aa0c790935 [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001// RUN: clang %s -E | grep '#pragma x y z' &&
2// RUN: clang %s -E | grep '#pragma a b c'
3
4_Pragma("x y z")
5_Pragma("a b c")
6