]> granicus.if.org Git - clang/commitdiff
Test case for previous commit (Workaround gcc bug causing crash on our
authorDaniel Dunbar <daniel@zuster.org>
Fri, 5 Sep 2008 03:23:51 +0000 (03:23 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 5 Sep 2008 03:23:51 +0000 (03:23 +0000)
preprocessed outputs)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55826 91177308-0d34-0410-b5e6-96231b3b80d8

test/Lexer/preprocess-compat.c [new file with mode: 0644]

diff --git a/test/Lexer/preprocess-compat.c b/test/Lexer/preprocess-compat.c
new file mode 100644 (file)
index 0000000..e895975
--- /dev/null
@@ -0,0 +1,3 @@
+// RUN: clang -E -x c -o %t.i %s
+// RUN: gcc -fsyntax-only %t.i
+