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