(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
pr94748.c
       1  /* { dg-do compile } */
       2  
       3  __attribute__ ((target("branch-protection=bti")))
       4  int foo ()
       5  {
       6  label:
       7    return 0;
       8  }
       9  
      10  /* { dg-final { scan-assembler-not {hint (36|38) // bti (j|jc)} } } */