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