// Build don't link: // Origin: Mark Mitchell template struct S {}; struct X {}; void f () { typedef X Y; S s; }