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