bug588362-2.js (111B)
1 for (a = 0; a < 13; a++) { 2 (function* n() { 3 with({}) { 4 yield 5 } 6 } ()) 7 } 8 9 /* Don't assert. */