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