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