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