blob: 1e9e996568c5edc29b08a55343405ec58b096b36 [file] [log] [blame]
// { 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