// { dg-do assemble } // Origin: Gerald Pfeifer template class TLITERAL : public T { int x; }; class GATOM; typedef TLITERAL x; extern TLITERAL y;