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