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