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