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