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