blob: dc261f4a4db2018ddc6e3337ef6427111e10d8bf [file] [log] [blame]
label:
for (i in [1, 2, 3]) {
for (j in [1, 2, 3]) {
for (k in [1, 2, 3]) {
continue;
}
break la<ref>bel;
}
continue label;
}
break label;