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