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