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