1 /* { dg-skip-if "test AVX vector" { ! { i?86-*-* x86_64-*-* } } } */
2 /* { dg-require-effective-target avx_runtime } */
4 /* Test compatibility of vector types: layout between separately-compiled
5 modules, parameter passing, and function return. This test uses
6 vectors of integer values. */
8 extern void vector_1_x (void);
9 extern void exit (int);