blob: 41438b641977a73f02c09ae68195a85ac8a61673 [file] [log] [blame]
function f() {
return (NaN ? 4 : 5);
}
assertEq(f(), 5);