OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 960201-1.c
1 union foo
2 {
3   char a;
4   int x[2];
5 } __attribute__ ((transparent_union));