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