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