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