OSDN Git Service

2009-05-19 Richard Guenther <rguenther@suse.de>
[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 };