ref: b4c40054b5b378a7b1ab7b8090c586d0a86898c1 dir: /test/call.myr/
/* checks that simple function calls work. should exit with 42. */ const f = { -> 21 } const main = { -> f() + f() }