TypeScript/tests/cases/compiler/breakInIterationOrSwitchStatement2.ts

4 lines
32 B
TypeScript
Raw Normal View History

2014-08-22 03:39:46 +02:00
do {
break;
}
while (true);