Add the missing file
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr66746.c
blob3ef77bf9473bc139a33c1aacf26bbe857259f618
1 /* { dg-do compile { target ia32 } } */
2 /* { dg-options "-O2 -miamcu" } */
4 /* Defining away "extern" and "__inline" results in all of them being
5 compiled as proper functions. */
7 #define extern
8 #define __inline
10 #include <x86intrin.h>