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