llvm-capstone/clang/test/Lexer/preprocess-compat.c
Daniel Dunbar 0335024c4a Test case for previous commit (Workaround gcc bug causing crash on our
preprocessed outputs)

llvm-svn: 55826
2008-09-05 03:23:51 +00:00

4 lines
65 B
C

// RUN: clang -E -x c -o %t.i %s
// RUN: gcc -fsyntax-only %t.i