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