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