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