aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple.tdy
blob: 4a0b7d1943324e8cd913dd8f5a80506c1b5d850c (plain) (blame)
1
2
3
4
5
a := fn f: fn -> {
    f()
}

a(fn { print 2 })