(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
redecl3.C
// { dg-do assemble  }
// Bug: g++ thought this was a redeclaration of a local variable.

int i;
int main ()
{
  extern int i;
}