blob: 0cc5c84faf7a3adac7fbd230c27feacd9ddcac9c [file] [log] [blame]
struct P {};
template <typename >
struct O
{
struct I;
};
template <typename T>
struct O<T>::I::S : P {}; // { dg-error "" }