mirror of
https://github.com/tc39/test262.git
synced 2025-05-04 23:10:27 +02:00
9 lines
120 B
JavaScript
9 lines
120 B
JavaScript
//@ runDefault("--useControlFlowProfiler=true")
|
|
|
|
function foo() {
|
|
for (var x in []) {
|
|
o[++x];
|
|
}
|
|
}
|
|
foo()
|