blob: 4da67ccc8864986dc573a8128c4d843e9b538517 [file] [log] [blame]
void outside_while() { while(true) {} if (true) break; }
/*%%*
break statement must be inside a loop or switch
*%%*/