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