bug792234.js (74B)
1 function foo() { 2 return '' / undefined; 3 } 4 5 foo(); 6 assertEq(foo(), NaN);