(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp1z/
attributes-enum-1a.C
// { dg-do compile { target c++14_down } }
// This macro should not be defined without c++17.

#ifdef __cpp_enumerator_attributes
#error __cpp_enumerator_attributes defined
#endif