ref: 6a9dbb951669f51e106423bd4a3b8f5b532bfc0f dir: /test/doublecall.myr/
use std const main = { std.put("{},{}\n", a(), b()) } const a = { -> 42 } const b = { -> (33 : int16) }