==== tests/cases/compiler/breakNotInIterationOrSwitchStatement1.ts (1 errors) ====
    break;
    ~~~~~~
!!! breakNotInIterationOrSwitchStatement1.ts(1,1): error TS2202: 'break' statement can only be used within an enclosing iteration or switch statement.