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