[cfe-commits] r38613 - /cfe/cfe/trunk/test/Preprocessor/_Pragma-physloc.c

sabre at cs.uiuc.edu sabre at cs.uiuc.edu
Wed Jul 11 09:23:12 PDT 2007


Author: sabre
Date: Wed Jul 11 11:23:12 2007
New Revision: 38613

URL: http://llvm.org/viewvc/llvm-project?rev=38613&view=rev
Log:
new testcase

Added:
    cfe/cfe/trunk/test/Preprocessor/_Pragma-physloc.c   (with props)

Added: cfe/cfe/trunk/test/Preprocessor/_Pragma-physloc.c
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/test/Preprocessor/_Pragma-physloc.c?rev=38613&view=auto

==============================================================================
--- cfe/cfe/trunk/test/Preprocessor/_Pragma-physloc.c (added)
+++ cfe/cfe/trunk/test/Preprocessor/_Pragma-physloc.c Wed Jul 11 11:23:12 2007
@@ -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")
+

Propchange: cfe/cfe/trunk/test/Preprocessor/_Pragma-physloc.c

------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cfe/cfe/trunk/test/Preprocessor/_Pragma-physloc.c

------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision





More information about the cfe-commits mailing list