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