Main2.hx 96 B

1234567
  1. function getMinusOne() {
  2. return -1;
  3. }
  4. function main() {
  5. new haxe.ds.Vector(getMinusOne());
  6. }