blob: 01e5662ad96b98370a4591f0f5521189167fb4ce [file] [log] [blame]
// PR c++/16637
typedef int I;
struct S {
::I I;
};