return 67 B

1234567
  1. function test() {
  2. print 5;
  3. return;
  4. print 6;
  5. }
  6. test();