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