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