// { dg-do compile { target c++17 } } // { dg-options "-fconcepts" } // Conceptized version of template/ttp23.C template concept Foo = true; template struct A {}; template