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