(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
x86-needed-2.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-fcf-protection=none -march=x86-64 -mno-needed" } */
       3  /* { dg-final { scan-assembler-not ".note.gnu.property" } } */
       4  
       5  extern void foo (void);
       6  
       7  void
       8  bar (void)
       9  {
      10    foo ();
      11  }