[cfe-commits] r106026 - /cfe/trunk/test/Frontend/preprocessed-output-macro-first-token.c

Chris Lattner sabre at nondot.org
Tue Jun 15 11:56:20 PDT 2010


Author: lattner
Date: Tue Jun 15 13:56:20 2010
New Revision: 106026

URL: http://llvm.org/viewvc/llvm-project?rev=106026&view=rev
Log:
add a testcase, from Michael Spencer

Added:
    cfe/trunk/test/Frontend/preprocessed-output-macro-first-token.c

Added: cfe/trunk/test/Frontend/preprocessed-output-macro-first-token.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/preprocessed-output-macro-first-token.c?rev=106026&view=auto
==============================================================================
--- cfe/trunk/test/Frontend/preprocessed-output-macro-first-token.c (added)
+++ cfe/trunk/test/Frontend/preprocessed-output-macro-first-token.c Tue Jun 15 13:56:20 2010
@@ -0,0 +1,5 @@
+// This is the first thing other than comments and preprocessor stuff in the
+// file.
+//
+// RUN: %clang_cc1 -fms-extensions -E %s
+#pragma comment(lib, "somelib")





More information about the cfe-commits mailing list