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