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