(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp2a/
concepts-feature-macro.C
// { dg-do compile { target c++20 } }

#ifndef __cpp_concepts
#error __cpp_concepts not defined
#endif