diff options
Diffstat (limited to 'tinyc/tests/tests2/05_array.expect')
-rw-r--r-- | tinyc/tests/tests2/05_array.expect | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tinyc/tests/tests2/05_array.expect b/tinyc/tests/tests2/05_array.expect new file mode 100644 index 000000000..bc7257c0f --- /dev/null +++ b/tinyc/tests/tests2/05_array.expect @@ -0,0 +1,10 @@ +1 +4 +9 +16 +25 +36 +49 +64 +81 +100 |