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