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