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