summaryrefslogtreecommitdiff
path: root/test/Frontend/preprocessed-output-macro-first-token.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Frontend/preprocessed-output-macro-first-token.c')
-rw-r--r--test/Frontend/preprocessed-output-macro-first-token.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Frontend/preprocessed-output-macro-first-token.c b/test/Frontend/preprocessed-output-macro-first-token.c
new file mode 100644
index 000000000000..06b78c2e1fae
--- /dev/null
+++ b/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")