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