blob: cc0e96ca6b18381ba2bb16390eb0ab3af623c745 [file] [log] [blame]
// { dg-do compile }
struct T { struct type {}; };
struct T2 : T { using T::type; };
struct T3 : T2
{
struct type {};
type t;
};