// { dg-do assemble } // Origin: Mark Mitchell template struct S {}; struct X {}; void f () { typedef X Y; S s; }