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