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