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