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