aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/powerpc/darwin-abi-3.c
blob: 021abc8fe4d3cfc6e410ff1f6d3c6ebc126f25f8 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-Wno-long-long" } */
struct f
{
  int i;
  long long ll;
};

int f[sizeof(struct f)!=12?-1:1];