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