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