update'
[cc1516.git] / examples / test.spl
1 Bool n = True;
2
3 f(n) :: Int -> Int{
4 var m = n+1;
5 return n;
6 }