1  /* { dg-do "compile" { target *-*-linux* } } */
       2  /* { dg-options "-O1 -fpatchable-function-entry=1 -mfentry -pg -fasynchronous-unwind-tables" } */
       3  /* { dg-additional-options "-fno-PIE" { target ia32 } } */
       4  
       5  /* Test the placement of the .LPFE0 label.  */
       6  
       7  void
       8  foo (void)
       9  {
      10  }
      11  
      12  /* { dg-final { scan-assembler "\t\.cfi_startproc\n.*\.LPFE0:\n\tnop\n1:\tcall\t\[^\n\]*__fentry__\[^\n\]*\n\tret\n" } } */