(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
branch-protection-option-2.c
       1  /* { dg-do "compile" } */
       2  /* { dg-options "-mbranch-protection=pac-ret+leaf -mbranch-protection=none" } */
       3  
       4  void foo2 ()
       5  {
       6  }
       7  
       8  /* { dg-final { scan-assembler-not "\tautiasp\t" } } */
       9  /* { dg-final { scan-assembler-not "\tpaciasp\t" } } */