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