aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a/concepts-feature-macro.C
blob: 50a083287550b3190e54f7e1ecfaea70c50c71f3 (plain)
1
2
3
4
5
// { dg-do compile { target c++20 } }

#ifndef __cpp_concepts
#error __cpp_concepts not defined
#endif