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