(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
enum21a.C
// { dg-do compile }
// { dg-options "-pedantic -std=c++98" }

enum x { y, }; // { dg-warning "comma at end of enumerator list" }