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