blob: 0b6dc7aaf09a9040b0c26e6449149bd34e8f79e7 [file] [log] [blame]
Argyrios Kyrtzidis8d8f2c22011-04-25 22:23:56 +00001// 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
7void f(void) {
8 foo = 3;
9}