aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/func/inner_simple.sy
blob: 14a653403ba51e1d0de32b1801426208c5c27abe (plain) (blame)
1
2
3
4
start :: fn {
    f := fn {}
    f()
}