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