1 // { dg-do compile { target c++17 } }
2 
3 #ifndef __cpp_enumerator_attributes
4 #error __cpp_enumerator_attributes not defined
5 #endif
6 
7 #if __cpp_enumerator_attributes != 201411
8 #error Wrong value for __cpp_enumerator_attributes
9 #endif
10