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