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