From 37aec7789434c3ade9a1df630b1eec6c997487b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20B=C3=B6hm?= Date: Mon, 6 Jul 2009 18:17:01 +0200 Subject: add compiler wrapper --- test/.gitignore | 2 ++ test/test1.t | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 test/.gitignore (limited to 'test') 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 -- cgit v1.2.3