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