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