commit | 58efac6120e008f98e91f1ec209c0d02acab7f9a | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jun 15 18:56:20 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jun 15 18:56:20 2010 +0000 |
tree | 9ba82eaa6f2f6bcc80b165defe9b87fc86d26395 | |
parent | 4e18a2bc9738ca50b6bc0e54279fa8013dfb5da0 [diff] [blame] |
add a testcase, from Michael Spencer llvm-svn: 106026
diff --git a/clang/test/Frontend/preprocessed-output-macro-first-token.c b/clang/test/Frontend/preprocessed-output-macro-first-token.c new file mode 100644 index 0000000..06b78c2 --- /dev/null +++ b/clang/test/Frontend/preprocessed-output-macro-first-token.c
@@ -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")