// Build don't link: struct S1 { template struct S2 {}; // ERROR - previous definition template struct S2 {}; // ERROR - redefinition };