blob: 96940d545da55d7752bb9bb66271af07eb09e53a [file] [log] [blame]
// { dg-do assemble }
// Bug: g++ thought this was a redeclaration of a local variable.
int i;
int main ()
{
extern int i;
}