return 1000;
byte x = bar(); switch(x) { case 1000: System.exit(1000); break; default: System.exit(0); break; }