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