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