Merge from mainline
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / darwin-abi-4.c
blobd146c46edf326d3afd6524e23f5d95906f617a31
1 /* { dg-do compile { target powerpc*-*-darwin* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-Wno-long-long" } */
4 struct f
6 long long ll;
7 int i;
8 };
10 int f[sizeof(struct f)!=16?-1:1];