blob: 021abc8fe4d3cfc6e410ff1f6d3c6ebc126f25f8 [file] [log] [blame]
/* { 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];