(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
x86gprintrin-6.c
       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 <x86gprintrin.h>