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