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