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