blob: 44af079af9c254183ffb0e5606920f6659b3be1d [file] [log] [blame]
/* Test AAPCS layout
/* { dg-do compile { target aarch64*-*-* } } */
__complex__ long int
ctest_long_int(__complex__ long int x)
{
return x;
}