(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
target_attr_17.c
       1  __attribute__((target("invalid-attr-string")))
       2  int
       3  foo (int a)
       4  {
       5    return a + 5;
       6  }
       7  
       8  /* { dg-error "attribute 'target\\(\"invalid-attr-string\"\\)' is not valid" "" { target *-*-* } 0 } */