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