// { dg-do compile { target c++17 } } // { dg-options "-fconcepts" } template class T> concept C = T::value; C c = 1; // { dg-error "does not constrain a type" }