blob: 8d34f270d486b95d3a2b9313992bb165504b249c [file] [log] [blame]
/* Test AAPCS layout
Larger than machine-supported vector size. The behaviour is unspecified by
the AAPCS64 document; the implementation opts for pass by reference. */
/* { dg-do compile { target aarch64*-*-* } } */
typedef char A __attribute__ ((vector_size (64)));
void
foo (A a)
{
}