diff --git a/tests/hashmap_to_array_seg_fault.ar b/tests/hashmap_to_array_seg_fault.ar new file mode 100644 index 0000000..393f19a --- /dev/null +++ b/tests/hashmap_to_array_seg_fault.ar @@ -0,0 +1,2 @@ +while (true) do + string(global) \ No newline at end of file diff --git a/tests/iteration-test.ar b/tests/iteration-test.ar index 6a8e49c..2c929db 100644 --- a/tests/iteration-test.ar +++ b/tests/iteration-test.ar @@ -1,3 +1,3 @@ -let i = 0 -while (true) do - string(global) \ No newline at end of file +let i = 1e7 +while (i) do + i=i-1 \ No newline at end of file