2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1z / attributes-enum-1.C
blob1e9e996568c5edc29b08a55343405ec58b096b36
1 // { dg-do compile { target c++17 } }
3 #ifndef __cpp_enumerator_attributes
4 #error __cpp_enumerator_attributes not defined
5 #endif
7 #if __cpp_enumerator_attributes != 201411
8 #error Wrong value for __cpp_enumerator_attributes
9 #endif