aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a/concepts-err4.C
blob: 57a96a095c78a9cebdd139581269c1ba5a1ace10 (plain)
1
2
3
4
5
6
// PR c++/105067
// { dg-do compile { target c++20 } }

template<class>
template<class>
concept C = true; // { dg-error "parameter list" }