1 2 3 4 5 6 7 8 9 10
namespace N { template <typename T> struct S { void f() {} }; } namespace K { template <> void N::S<char>::f() {} // { dg-error "namespace|definition" } }