TypeScript/tests/cases/compiler/breakTarget4.ts

7 lines
86 B
TypeScript

// @allowUnusedLabels: true
target1:
target2:
while (true) {
break target2;
}