aboutsummaryrefslogtreecommitdiff
path: root/tests/input_files/array_push_3
diff options
context:
space:
mode:
Diffstat (limited to 'tests/input_files/array_push_3')
-rw-r--r--tests/input_files/array_push_38
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/input_files/array_push_3 b/tests/input_files/array_push_3
new file mode 100644
index 0000000..60417b4
--- /dev/null
+++ b/tests/input_files/array_push_3
@@ -0,0 +1,8 @@
+define_array(arr)DNL
+array_push(arr, test, tast, toast)DNL
+array_size(arr)
+array_push(arr, test, tast, toast)DNL
+array_size(arr)
+---
+3
+6