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