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