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