Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp2a
/
consteval10.C
blob: 6785f60df58cee73fbf723c6256a5e0af74492d0 [
file
] [
log
] [
blame
]
// { dg-do compile }
consteval
int
bar
(
void
)
{
return
0
;
}
// { dg-error "'consteval' does not name a type" "" { target c++17_down } }