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