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