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