forked from OSchip/llvm-project
Test case for previous commit (Workaround gcc bug causing crash on our
preprocessed outputs) llvm-svn: 55826
This commit is contained in:
parent
98e0e535bd
commit
0335024c4a
|
@ -0,0 +1,3 @@
|
|||
// RUN: clang -E -x c -o %t.i %s
|
||||
// RUN: gcc -fsyntax-only %t.i
|
||||
|
Loading…
Reference in New Issue