add a testcase, from Michael Spencer

llvm-svn: 106026
This commit is contained in:
Chris Lattner 2010-06-15 18:56:20 +00:00
parent 4e18a2bc97
commit 58efac6120
1 changed files with 5 additions and 0 deletions

View File

@ -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")