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