Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp2a
/
concepts-pr84980.C
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" }