aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/aarch64/aapcs64/ice_4.c
blob: 44af079af9c254183ffb0e5606920f6659b3be1d (plain)
1
2
3
4
5
6
7
8
9
/* Test AAPCS layout

/* { dg-do compile { target aarch64*-*-* } } */

__complex__ long int
ctest_long_int(__complex__ long int x)
{
    return x;
}