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