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