blob: bb0aab6500a166884322f58e8316ec3d4257a78d [file] [log] [blame]
// RUN: clang -fsyntax-only %s
int x(1);
void f() {
int x(1);
for (int x(1);;) {}
}