Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
fa06f0464a04bb7fce1fcfb3780d151bb029e00c
/
.
/
test
/
PCH
/
modified-header-crash.c
blob: c74ce2239c22ddc3826763a317b726ee636a4b96 [
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 >> %t.h
// RUN: not %clang_cc1 %s -include-pch %t -fsyntax-only
void
f
(
void
)
{
foo
=
3
;
}