Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c99-enum-comma-1.c
blob: 1b676a22917be86e0c8c127119bb106c533d2cc7 [
file
] [
log
] [
blame
]
/* Test for commas at end of enums: in C99 only. */
/* Origin: Joseph Myers <jsm28@cam.ac.uk> */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
enum
foo
{
bar
,
};