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