| 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 |