From d4299c4b6f2f04f5eb8f36416f06c42e2586e7c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20B=C3=B6hm?= Date: Sat, 4 Jul 2009 11:16:49 +0200 Subject: add test cases --- test/test3.t | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/test3.t (limited to 'test/test3.t') diff --git a/test/test3.t b/test/test3.t new file mode 100644 index 0000000..682f707 --- /dev/null +++ b/test/test3.t @@ -0,0 +1,10 @@ +fun main[] + a = 3 + b = 5 + if (a > b) + c = 1 + else + c = 0 + end + @c +end -- cgit v1.2.3