Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
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
,
};