1 /* { dg-do compile } */
2 /* { dg-require-effective-target powerpc_eabi_ok } */
3 /* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=8540" } } */
4 /* { dg-options "-mcpu=8540 -msoft-float -meabi -msdata=eabi -G 8 -fno-common" } */
16 extern const struct s c
;
18 const struct s c
= { &a
, 0 };
23 char buf
[4] = { 0, 1, 2, 3 };