THE_LABEL:
foreach $_ (1, 2, 3) {
	next;
	last THE_LABEL;
	redo
}
