1 2 3 4 5 6 7 8
// PR c++/16904 template<typename T> struct X { X() { this->T::i; } // { dg-error "" } }; X<int> x;