blob: 52a13ecf4ad073d6cd93ac5d0d57e242354c75bd [file] [log] [blame]
oo:
for (s in ['a', 'b']) {
for (s1 in ['a', 'b']) {
break <error descr="Undefined label 'o1o'">o1o</error>;
}
}