aboutsummaryrefslogtreecommitdiffstats
path: root/other.sy
blob: cee7fdea1e49106faeeb6f16bb3e7dd4b828cbbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
use third

f :: fn {
  print "f"
}


g :: fn -> int {
  answer :: 42
  ret answer
}