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