blob: 2602ae12f243b728328ab4160dc0945144a39386 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify %s
void test() {
int x;
do
int x;
while (1);
}