(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp1z/
attributes-enum-1.C
// { dg-do compile { target c++17 } }

#ifndef __cpp_enumerator_attributes
#error __cpp_enumerator_attributes not defined
#endif

#if __cpp_enumerator_attributes != 201411
#error Wrong value for __cpp_enumerator_attributes
#endif