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