rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20031203-3.c

8 lines
184 B
C

/* Don't ICE on user silliness. GCC 3.4 and before accepts this without
comment; 3.5 warns. Perhaps eventually we'll declare this an error. */
void bar (void)
{
({});
}