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