OSDN Git Service

2004-10-05 Andrew Pinski <pinskia@physics.uc.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20000319-1.c
1 struct foo
2 {
3   long x;
4   char y;
5   long boom[0];
6 };