aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a/consteval10.C
blob: 6785f60df58cee73fbf723c6256a5e0af74492d0 (plain)
1
2
3
// { dg-do compile }

consteval int bar (void) { return 0; }	// { dg-error "'consteval' does not name a type" "" { target c++17_down } }