[cfe-commits] r63001 - /cfe/trunk/test/Preprocessor/line-directive.c

Chris Lattner sabre at nondot.org
Sun Jan 25 21:44:13 PST 2009


Author: lattner
Date: Sun Jan 25 23:44:13 2009
New Revision: 63001

URL: http://llvm.org/viewvc/llvm-project?rev=63001&view=rev
Log:
add another sanity test.

Modified:
    cfe/trunk/test/Preprocessor/line-directive.c

Modified: cfe/trunk/test/Preprocessor/line-directive.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/line-directive.c?rev=63001&r1=63000&r2=63001&view=diff

==============================================================================
--- cfe/trunk/test/Preprocessor/line-directive.c (original)
+++ cfe/trunk/test/Preprocessor/line-directive.c Sun Jan 25 23:44:13 2009
@@ -8,3 +8,7 @@
 #line 42 "foo/bar/baz.h"  // ok
 
 
+// #line directives expand macros.
+#define A 42 "foo"
+#line A
+





More information about the cfe-commits mailing list