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