michael@0: /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ michael@0: /* michael@0: * Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/licenses/publicdomain/ michael@0: * Contributor: Jeff Walden michael@0: */ michael@0: michael@0: options("strict"); michael@0: for (var i = 0; i < 5; i++) michael@0: Boolean.prototype = 42; michael@0: michael@0: reportCompare(true, true);