1 /* When -fzero-initialized-in-bss was in effect, we used to only allocate
4 /* { dg-options "" } */
5 /* { dg-skip-if "packed attribute missing for d1" { "epiphany-*-*" } } */
6 extern void abort (void);
7 extern void exit (int);
9 struct { int a
; int x
[]; } d1
= { 0, 0 };
16 if (sizeof (d1
) != sizeof (int))