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