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