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