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