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