[cfe-commits] r38953 - /cfe/cfe/trunk/test/Preprocessor/macro_expand.c
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:26:11 PDT 2007
Author: sabre
Date: Wed Jul 11 11:26:11 2007
New Revision: 38953
URL: http://llvm.org/viewvc/llvm-project?rev=38953&view=rev
Log:
new testcase
Added:
cfe/cfe/trunk/test/Preprocessor/macro_expand.c (with props)
Added: cfe/cfe/trunk/test/Preprocessor/macro_expand.c
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/test/Preprocessor/macro_expand.c?rev=38953&view=auto
==============================================================================
--- cfe/cfe/trunk/test/Preprocessor/macro_expand.c (added)
+++ cfe/cfe/trunk/test/Preprocessor/macro_expand.c Wed Jul 11 11:26:11 2007
@@ -0,0 +1,7 @@
+// RUN: clang -E %s | grep '^Y$'
+
+#define X() Y
+#define Y() X
+
+X()()()
+
Propchange: cfe/cfe/trunk/test/Preprocessor/macro_expand.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cfe/cfe/trunk/test/Preprocessor/macro_expand.c
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
More information about the cfe-commits
mailing list