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