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