OSDN Git Service

PR c++/51107
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / enum21a.C
1 // { dg-do compile }
2 // { dg-options "-pedantic -std=c++98" }
3
4 enum x { y, }; // { dg-warning "comma at end of enumerator list" }