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