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