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