// Build don't link: template struct Inner; template struct S { template struct Inner { }; }; S::Inner si;