blob: 70985380452c2d2400d2e5395f54d452d1e74482 [file] [log] [blame]
function foo() {
label: for (var i = 0; i < 10; i++) {
break label;
}
}