Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
redecl3.C
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
;
}