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