aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/instantiate.sy
blob: bb2f09ccd89a7d789d68c559a92298af38cb7bf1 (plain) (blame)
1
2
3
4
5
start :: fn {
    blob A {}
    a := A()
    a
}