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