1// "break" statement is illegal outside of
2
3void foo() {
4    break;
5}
6