blob: 4c429fa46a2a2858d8307ff8c2c58d7740fc4f78 [file] [log] [blame]
function foo() {
try {
this.f = 0;
} finally {}
}
new foo();