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