Argyrios Kyrtzidis | 8d8f2c2 | 2011-04-25 22:23:56 +0000 | [diff] [blame^] | 1 | // Don't crash. |
2 | |||||
3 | // RUN: %clang_cc1 -DCAKE -x c-header %S/modified-header-crash.h -emit-pch -o %t | ||||
4 | // RUN: touch %S/modified-header-crash.h | ||||
5 | // RUN: not %clang_cc1 %s -include-pch %t -fsyntax-only | ||||
6 | |||||
7 | void f(void) { | ||||
8 | foo = 3; | ||||
9 | } |