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