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