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