// Build don't link: // Origin: Mark Mitchell template struct S { template struct I { typedef U X; X f(); }; }; template template typename S::I::X S::I::f() {}