forked from OSchip/llvm-project
parent
822627f8c5
commit
16ba5ff712
|
@ -2,7 +2,7 @@
|
|||
|
||||
// RUN: cp %S/modified-header-crash.h %t.h
|
||||
// RUN: %clang_cc1 -DCAKE -x c-header %t.h -emit-pch -o %t
|
||||
// RUN: echo >> %t.h
|
||||
// RUN: echo 'int foobar;' >> %t.h
|
||||
// RUN: not %clang_cc1 %s -include-pch %t -fsyntax-only
|
||||
|
||||
void f(void) {
|
||||
|
|
Loading…
Reference in New Issue