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