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