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