1 2 3 4 5 6
//TEST:SIMPLE: //TEST:COMMAND_LINE_SIMPLE: // `break` where it isn't allowed void foo() { break; }