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