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