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