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