Source code

Revision control

Copy as Markdown

Other Tools

function foo() {
try {
this.f = 0;
} finally {}
}
new foo();