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