blob: e47dc1b690a2bed859ddf06db73c7976815bc71c [file] [log] [blame]
test_basic_vla w/ size 1
0 + 10 == 10
0 + 10 == 10
0 + 10 == 10
test_basic_vla w/ size 10
0 + 10 == 10
5 + 10 == 15
9 + 10 == 19
test_basic_in_loop w/ size 1
0 + 10 == 10
0 + 10 == 10
0 + 10 == 10
test_basic_in_loop w/ size 10
0 + 10 == 10
5 + 10 == 15
9 + 10 == 19
test_two_in_loops w/ size 1, should be
(1 - 1) * 1 == 0
test_two_in_loops w/ size 10, should be
(10 - 1) * 10 == 90
test_two_recursion w/ size 1, should be
(1 - 1) * 1 == 0
test_two_recursion w/ size 10, should be
(10 - 1) * 10 == 90