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