2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 960201-1.c
blobadc462389d2b22b1771201aa51e3991841d20254
1 union foo
3 char a;
4 int x[2];
5 } __attribute__ ((transparent_union));