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

}