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