aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/one_arg.sy
blob: 9523a67ef2ac96ec24bd5a73c9bcbec3787c715f (plain) (blame)
1
2
3
4
5
start :: fn {
f := fn a:int { a <=> 1 }
 f! 1

}