diff options
Diffstat (limited to 'test/ASTMerge/Inputs/var1.c')
-rw-r--r-- | test/ASTMerge/Inputs/var1.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ASTMerge/Inputs/var1.c b/test/ASTMerge/Inputs/var1.c index 465258988b..4f5cbe16ab 100644 --- a/test/ASTMerge/Inputs/var1.c +++ b/test/ASTMerge/Inputs/var1.c @@ -1,3 +1,7 @@ int *x0; float **x1; #include "var1.h" +int xarray0[17]; +int xarray1[]; +int xarray2[18]; +int xarray3[18]; |