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