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