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