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