diff options
Diffstat (limited to '')
-rw-r--r-- | test/.gitignore | 2 | ||||
-rw-r--r-- | test/test1.t | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000..5dd6edc --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,2 @@ +*.S +*.bin diff --git a/test/test1.t b/test/test1.t index 1b48c0d..af9d688 100644 --- a/test/test1.t +++ b/test/test1.t @@ -13,6 +13,5 @@ fun main[] sum = sum + call fib[i] i = i + 1 end - call fib[3] @sum end |