From 4ba675006b5a8edfc48b6a9bd3dcf54a70cc08f2 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Tue, 13 Jul 2010 17:21:42 +0000 Subject: Update clang to r108243. --- test/Frontend/preprocessed-output-macro-first-token.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Frontend/preprocessed-output-macro-first-token.c (limited to 'test/Frontend/preprocessed-output-macro-first-token.c') 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") -- cgit v1.2.3