(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr90899.c
       1  /* PR middle-end/90899 */
       2  /* { dg-do compile } */
       3  /* { dg-require-ifunc "" } */
       4  
       5  __attribute__ ((target_clones ("default", "arch=slm"))) static int f () { return 0; }
       6  __attribute__ ((alias ("f"))) __typeof (f) g;