blob: 2a3988988561bbfc7879cd323f731dace754f8fc [file] [log] [blame]
template<typename T>
struct Thing {
struct Inner {
T *ptr;
};
struct AnotherInner : Inner {
};
};