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