Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
enum21a.C
blob: 5526811a635ada6a5788651e2390fc823666ba79 [
file
] [
log
] [
blame
]
// { dg-do compile }
// { dg-options "-pedantic -std=c++98" }
enum
x
{
y
,
};
// { dg-warning "comma at end of enumerator list" }