new testcase

llvm-svn: 38613
This commit is contained in:
Chris Lattner 2006-07-02 22:27:09 +00:00
parent 5599d5f6b8
commit 20fc36c416

View File

@ -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")