bug692213.js (90B)
1 function X(n) { 2 while ((n--)) { 3 switch ( n ) { default : } 4 } 5 } 6 (X)(0);