// Build don't link: template struct S1 {}; namespace N { } struct S2 { typedef N::S1 S2_T; // ERROR - parse error };