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