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