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