(root)/
gcc-13.2.0/
libstdc++-v3/
testsuite/
std/
ranges/
access/
101782.cc
// { dg-options "-std=gnu++20 -fconcepts-ts" }
// { dg-do compile { target c++20 } }

// PR testsuite/101782
// attribute-specifier-seq cannot follow requires-clause with -fconcepts-ts

#include <algorithm>
#include <iterator>
#include <ranges>