OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20031203-3.c
1 /* Don't ICE on user silliness.  GCC 3.4 and before accepts this without
2    comment; 3.5 warns.  Perhaps eventually we'll declare this an error.  */
3
4 void bar (void)
5 {
6         ({});
7 }