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