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