1 // RUN: %clang -x c-header -o %t.pch %s
2 // RUN: echo > %t.empty.c
3 // RUN: %clang -include %t -x c %t.empty.c -emit-llvm -S -o -
5 // PR 4489: Crash with PCH
6 // PR 4492: Crash with PCH (round two)
7 // PR 4509: Crash with PCH (round three)
8 typedef struct _IO_FILE
FILE;
9 extern int fprintf (struct _IO_FILE
*__restrict __stream
,
10 __const
char *__restrict __format
, ...);
25 struct y0
{ int i
; } y0
[1] = {};