michael@0: function f() { michael@0: return (NaN ? 4 : 5); michael@0: } michael@0: assertEq(f(), 5);