summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/regress/regress-626436.js
blob: 09b9093d73b98b54d76908da14a83f081c9c73d6 (plain)
1
2
3
4
5
6
7
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
// Contributors: Christian Holler <decoder@own-hero.net>, Jesse Ruderman <jruderman@gmail.com>

(1 ? 2 : delete(0 ? 0 : {})).x;

reportCompare(0, 0, 'ok');