Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.other / redecl3.C
blob96940d545da55d7752bb9bb66271af07eb09e53a
1 // { dg-do assemble  }
2 // Bug: g++ thought this was a redeclaration of a local variable.
4 int i;
5 int main ()
7   extern int i;