summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/Inputs/var2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ASTMerge/Inputs/var2.c')
-rw-r--r--test/ASTMerge/Inputs/var2.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ASTMerge/Inputs/var2.c b/test/ASTMerge/Inputs/var2.c
new file mode 100644
index 0000000..01986e4
--- /dev/null
+++ b/test/ASTMerge/Inputs/var2.c
@@ -0,0 +1,7 @@
+int *x0;
+double *x1;
+int x2;
+int xarray0[17];
+int xarray1[17];
+int xarray2[];
+int xarray3[17];
OpenPOWER on IntegriCloud