OSDN Git Service

Formatting fixes.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / redecl3.C
1 // { dg-do assemble  }
2 // Bug: g++ thought this was a redeclaration of a local variable.
3
4 int i;
5 int main ()
6 {
7   extern int i;
8 }