.
[cc1516.git] / examples / test.spl
index e6a7f05..bdcb0ed 100644 (file)
@@ -1,6 +1,10 @@
 Bool n = True;
 
+test(x) {
+       return f(x);
+}
 f(n) :: Int -> Int{
        var m = n+1;
        return n;
 }
+