commit | 5313ebce376bc5e8899dd12e39ff4b908b2b11fe | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Fri Sep 05 03:23:51 2008 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Fri Sep 05 03:23:51 2008 +0000 |
tree | 9ff0df9b938f76cc5ee2458eb3ee292995b25e0a | |
parent | 737bdb418c8283d53cb16dbf660de29bcd077b6c [diff] [blame] |
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 0000000..e895975 --- /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 +