blob: 4c21a8c2b82597fc8898be8602552286e8a34efd [file] [log] [blame]
// Don't crash.
// RUN: cp %S/modified-header-crash.h %t.h
// RUN: %clang_cc1 -DCAKE -x c-header %t.h -emit-pch -o %t
// RUN: echo 'int foobar;' >> %t.h
// RUN: not %clang_cc1 %s -include-pch %t -fsyntax-only
// FIXME: It is intended to suppress this on win32.
// REQUIRES: ansi-escape-sequences
void f(void) {
foo = 3;
}