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