summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1z/attributes-enum-1a.C
blob: aacfac875b1f024379beab7eb77013d8c436eaf3 (plain)
1
2
3
4
5
// This macro should not be defined without -std=c++17.

#ifdef __cpp_enumerator_attributes
#error __cpp_enumerator_attributes defined
#endif