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