// PR c++/16904 template struct X { X() { this->T::i; } // { dg-error "" } }; X x;