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