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