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