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  }
       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  }