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