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