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