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