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