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

3 lines
34 B
TypeScript

while (true) {
break target;
}