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