diff options
Diffstat (limited to 'clang/test/Frontend/preprocessed-output-macro-first-token.c')
-rw-r--r-- | clang/test/Frontend/preprocessed-output-macro-first-token.c | 5 |
1 files changed, 5 insertions, 0 deletions
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") |