(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
aapcs64/
ice_4.c
       1  /* Test AAPCS layout
       2  
       3  /* { dg-do compile { target aarch64*-*-* } } */
       4  
       5  __complex__ long int
       6  ctest_long_int(__complex__ long int x)
       7  {
       8      return x;
       9  }