From: Daniel Dunbar Date: Fri, 5 Sep 2008 03:23:51 +0000 (+0000) Subject: Test case for previous commit (Workaround gcc bug causing crash on our X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5313ebce376bc5e8899dd12e39ff4b908b2b11fe;p=clang Test case for previous commit (Workaround gcc bug causing crash on our preprocessed outputs) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55826 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Lexer/preprocess-compat.c b/test/Lexer/preprocess-compat.c new file mode 100644 index 0000000000..e895975477 --- /dev/null +++ b/test/Lexer/preprocess-compat.c @@ -0,0 +1,3 @@ +// RUN: clang -E -x c -o %t.i %s +// RUN: gcc -fsyntax-only %t.i +