aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/concepts/feature-macro.C
blob: d8ea369814747628b5cf84c395444dcee7ec541f (plain)
1
2
3
4
5
// { dg-options "-std=c++1z -fconcepts" }

#ifndef __cpp_concepts
#error __cpp_concepts not defined
#endif