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