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