(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
pr98776.c
       1  /* { dg-do "compile" } */
       2  /* { dg-options "-O1 -fpatchable-function-entry=1 -fasynchronous-unwind-tables" } */
       3  
       4  /* Test the placement of the .LPFE0 label.  */
       5  
       6  void
       7  foo (void)
       8  {
       9  }
      10  
      11  /* { dg-final { scan-assembler "\t\.cfi_startproc\n.*\.LPFE0:\n\tnop\n\tret\n" } } */