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