blob: 75ef884100bd2aff935f69896150b3691cb8f058 [file] [log] [blame]
function f() {
var x = 5;
var y = 0;
return x % y;
}
assertEq(f(), NaN);