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