issue68.js 77 B

12345
  1. function f() {
  2. if (a) return;
  3. g();
  4. function g(){}
  5. };