testAddUndefined.js (111B)
1 function testAddUndefined() { 2 for (var j = 0; j < 3; ++j) 3 (0 + void 0) && 0; 4 } 5 testAddUndefined();