diff options
-rw-r--r-- | clang/test/Lexer/preprocess-compat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Lexer/preprocess-compat.c b/clang/test/Lexer/preprocess-compat.c new file mode 100644 index 00000000000..e895975477f --- /dev/null +++ b/clang/test/Lexer/preprocess-compat.c @@ -0,0 +1,3 @@ +// RUN: clang -E -x c -o %t.i %s +// RUN: gcc -fsyntax-only %t.i + |