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