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
+