function getMinusOne() { return -1; } function main() { new haxe.ds.Vector(getMinusOne()); }