aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/two_arg.sy
blob: 60645b55ffd486a536cbdc6b20fd673f121572c3 (plain) (blame)
1
2
3
4
5
start :: fn {
f := fn a:int, b:int { b <=> 3 }
 f! 1, 1 + 2

}