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