// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- es5id: 15.1.1.1_A1 description: The initial value of NaN is NaN ---*/ assert(NaN !== NaN); reportCompare(0, 0);