// { dg-do compile { target c++17 } } // { dg-options "-fconcepts" } template concept C = true; C c = 0; // { dg-error "does not constrain a type" }