summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug654665.js
blob: e1be9f9b894749713a505d375d4f7a49c267b970 (plain)
1
2
3
4
5
6
7
8
// Binary: cache/js-dbg-64-3062ff7fef83-linux
// Flags: -m -n -a
//
test();
function test()
{
  for (var i = 0; i < 0e2.length; );
}