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