OSDN Git Service

* g++.dg/init/new1.C, g++.dg/template/alignof1.C,
[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));