// { dg-do compile }
// { dg-options "-pedantic -std=c++98" }
enum x { y, }; // { dg-warning "comma at end of enumerator list" }
// { dg-do compile }
// { dg-options "-pedantic -std=c++98" }
enum x { y, }; // { dg-warning "comma at end of enumerator list" }