blob: 1703de05f07a9aa18cbade41f671127664b47cd8 [file] [log] [blame]
// { dg-do compile { target c++17_only } }
// { dg-additional-options "-fconcepts" }
template<T> concept bool C = true; // { dg-error "has not been declared" }