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