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