rt_gccstream/gcc/testsuite/g++.old-deja/g++.other/redecl3.C

9 lines
129 B
C

// { dg-do assemble }
// Bug: g++ thought this was a redeclaration of a local variable.
int i;
int main ()
{
extern int i;
}