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