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