From 5394cfcf6e0ab0d110429b22dffa7e8bd1cf39dc Mon Sep 17 00:00:00 2001 From: Qrius Date: Fri, 21 Feb 2025 12:51:08 +0100 Subject: first version of python rewrite --- tests/input_files/array_push_3 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/input_files/array_push_3 (limited to 'tests/input_files/array_push_3') 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 -- cgit v1.2.3