// PR c++/93614 template class foo{}; template class template_class_with_struct { void my_method() { if(this->b.foo < 1); }; struct bar { long foo; } b; };