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