aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a/concepts-pr84980.C
blob: 1703de05f07a9aa18cbade41f671127664b47cd8 (plain)
1
2
3
4
// { dg-do compile { target c++17_only } }
// { dg-additional-options "-fconcepts" }

template<T> concept bool C = true;  // { dg-error "has not been declared" }