(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr81213-2.c
       1  /* { dg-require-ifunc "" } */
       2  __attribute__((target_clones("avx","arch=slm","arch=core-avx2","default")))
       3  static int
       4  foo ()
       5  {
       6    return 2;
       7  }
       8  
       9  int bar()
      10  {
      11    return foo();
      12  }