1 // { dg-options "-std=gnu++20 -fconcepts-ts" }
2 // { dg-do compile { target c++20 } }
3 
4 // PR testsuite/101782
5 // attribute-specifier-seq cannot follow requires-clause with -fconcepts-ts
6 
7 #include <algorithm>
8 #include <iterator>
9 #include <ranges>
10