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