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