Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / parse / lookup4.C
blob01e5662ad96b98370a4591f0f5521189167fb4ce
1 // PR c++/16637
3 typedef int I;
5 struct S {
6   ::I I;
7 };