blob: b5516bd01e6a60f289043389e979ca718caea960 [file] [log] [blame]
function C() {
this.x = this[this.y = "foo"]--;
}
// Don't crash.
new C;