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