blob: cbcd9cfbeb79e3b63b11cf75a158b9304303deac [file] [log] [blame]
label: print "wow";
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;