// Build don't link: namespace N { template struct S; }; void f() { N::S(); // ERROR - invalid use of template }