TypeScript/tests/cases/compiler/breakTarget2.ts
2014-08-25 10:55:22 -07:00

4 lines
43 B
TypeScript

target:
while (true) {
break target;
}