1 /* { dg-do compile { target ia32 } } */
2 /* { dg-options "-O2 -miamcu" } */
3 /* { dg-add-options bind_pic_locally } */
4 
5 /* Defining away "extern" and "__inline" results in all of them being
6    compiled as proper functions.  */
7 
8 #define extern
9 #define __inline
10 
11 #include <x86intrin.h>
12