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