blob: 056aa0c7afd25eda4dcd19d7252a7c7fb5850e34 [file] [log] [blame]
test();
function test() {
for (var i=0; i<2; ++i) {};
try {} catch ([ q ]) {
function g() {}
}
}