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