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