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