// { dg-do compile { target c++20 } } // { dg-additional-options "-fconcepts" } template concept C = true; template T> class ct {}; struct S { using type = int; }; template class ct;