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