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