blob: 8592354d708addfe209ac6b33fabefb638f06580 [file]
// "Create label foo@" "true"
fun test() {
foo@ while (true) {
break@<caret>foo
}
}