darwin-abi-3.c: New file.
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / darwin-abi-10.c
blob0247c476d678c2175cc6960fae32d79b5173b5de
1 /* { dg-do compile { target powerpc*-*-darwin* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-xfail-if "" { powerpc*-*-darwin* } } */
4 /* { dg-options "-Wno-long-long" } */
6 struct b
8 long long t;
9 int i;
12 struct c
14 double d;
15 int i;
18 struct n
20 long long ll;
21 int tt;
22 struct c d;
23 struct b h;
24 int t;
26 int f[sizeof(struct n)!=48?-1:1];