* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / enum21a.C
blob5526811a635ada6a5788651e2390fc823666ba79
1 // { dg-do compile }
2 // { dg-options "-pedantic -std=c++98" }
4 enum x { y, }; // { dg-warning "comma at end of enumerator list" }