[cfe-commits] r38618 - /cfe/cfe/trunk/test/Preprocessor/_Pragma-location.c
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:23:15 PDT 2007
Author: sabre
Date: Wed Jul 11 11:23:15 2007
New Revision: 38618
URL: http://llvm.org/viewvc/llvm-project?rev=38618&view=rev
Log:
new testcase
Added:
cfe/cfe/trunk/test/Preprocessor/_Pragma-location.c (with props)
Added: cfe/cfe/trunk/test/Preprocessor/_Pragma-location.c
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/test/Preprocessor/_Pragma-location.c?rev=38618&view=auto
==============================================================================
--- cfe/cfe/trunk/test/Preprocessor/_Pragma-location.c (added)
+++ cfe/cfe/trunk/test/Preprocessor/_Pragma-location.c Wed Jul 11 11:23:15 2007
@@ -0,0 +1,4 @@
+// RUN: clang %s -E | not grep 'scratch space'
+
+#define push _Pragma ("pack(push)")
+push
Propchange: cfe/cfe/trunk/test/Preprocessor/_Pragma-location.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cfe/cfe/trunk/test/Preprocessor/_Pragma-location.c
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
More information about the cfe-commits
mailing list