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