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