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