http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
[official-gcc.git] / gcc / testsuite / g++.dg / parse / lookup4.C
blob01e5662ad96b98370a4591f0f5521189167fb4ce
1 // PR c++/16637
3 typedef int I;
5 struct S {
6   ::I I;
7 };