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