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

#ifndef __cpp_concepts
#error __cpp_concepts not defined
#endif