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