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