michael@0: michael@0: function foo() { michael@0: return '' / undefined; michael@0: } michael@0: michael@0: foo(); michael@0: assertEq(foo(), NaN);