michael@0: // Binary: cache/js-dbg-64-07c668448519-linux michael@0: // Flags: -m -n michael@0: // michael@0: michael@0: function testContinue() { michael@0: for (i = 0; i < 100; ++i) { michael@0: if ([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]) michael@0: continue; michael@0: } michael@0: return 0; michael@0: } michael@0: assertEq(testContinue(), 0);