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