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