blob: 52a42647948ac1f4dba4f293d711280a0ae4ce86 [file] [log] [blame]
// { dg-do compile { target c++17_only } }
// { dg-options "-fconcepts" }
template<int> concept bool C = true;
C c = 0; // { dg-error "does not constrain a type" }