(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr100504.c
       1  /* PR middle-end/100504 */
       2  /* { dg-do compile } */
       3  
       4  __attribute__((target_clones(0)))
       5  foo()
       6  { /* { dg-error ".target_clones. attribute argument not a string constant" } */
       7  }