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)} } } */