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