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