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