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