1 // PR c++/16637
2 
3 typedef int I;
4 
5 struct S {
6   ::I I;
7 };
8