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
This commit is contained in:
Daniel Dunbar 2008-09-05 03:23:51 +00:00
Родитель 737bdb418c
Коммит 5313ebce37
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,3 @@
// RUN: clang -E -x c -o %t.i %s
// RUN: gcc -fsyntax-only %t.i