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