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