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