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