// { dg-do compile { target c++20 } } template concept Dummy = true; template class example { template U> friend auto func(); };