mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 21:26:05 +00:00

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
105 B
C
8 lines
105 B
C
int *x0;
|
|
float **x1;
|
|
#include "var1.h"
|
|
int xarray0[17];
|
|
int xarray1[];
|
|
int xarray2[18];
|
|
int xarray3[18];
|