1 /* { dg-skip-if "test SSE2 support" { ! { i?86-*-* x86_64-*-* } } } */
2 /* { dg-options "-O" } */
3 /* { dg-require-effective-target sse2_runtime } */
5 /* Test function argument passing. PR target/15301. */
7 extern void union_m128_1_x (void);
8 extern void exit (int);