blob: aee3f488c7d05ca45ba68c468949ddee9f6d37a2 [file] [log] [blame]
void outside_while() { while(true) {} if (true) break; }