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