
merged with variables of constant array types. Also, make sure that we call DiagnosticClient's BeginSourceFile/EndSourceFile, so that it has a LangOptions to work with. llvm-svn: 95782
8 lines
95 B
C
8 lines
95 B
C
int *x0;
|
|
double *x1;
|
|
int x2;
|
|
int xarray0[17];
|
|
int xarray1[17];
|
|
int xarray2[];
|
|
int xarray3[17];
|