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