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