ref: 1076d5c95b263eabec0bd911960ebd21ddc19751 dir: /test/voidcall.myr/
const f = { var a a = a + 1 } const main = { f() -> 12 }