Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / darwin-abi-7.c
blob8af61ddacb31d334f74497ff21174ea2d0db344d
1 /* { dg-do compile { target powerpc*-*-darwin* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-Wno-long-long" } */
5 struct b
7 long long t;
8 int i;
9 };
10 struct h
12 int tt;
13 struct b d;
14 int t;
17 int f[sizeof(struct h)!=24?-1:1];