blob: be5b7025d12865759f5e7e6ceecb96c4a20f9686 [file] [log] [blame]
/* Test AAPCS layout
Larger than machine-supported vector size. The behavior 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)
{
}