// { dg-do assemble } // GROUPS passed templates template class X; typedef X IX; template class X { public: T x; }; struct A { IX c; };