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

}