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