// PR c++/98486 // { dg-do compile { target c++20 } } template concept C = __is_same(T, U); template> int v; template<> int v; template<> int v; // { dg-error "match" }