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