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