rs6000: Remove redundant guard for float128 mode pattern
[official-gcc.git] / gcc / testsuite / g++.dg / cpp2a / concepts-err3.C
blob9427fd5c5a65501191ee8842b7bb7a0afcbdf2ca
1 // PR c++/99500
2 // { dg-do compile { target c++20 } }
4 bool b = requires (bool a, int a) { requires true; }; // { dg-error "conflicting declaration" }