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