(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
cet-property-2.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-fcf-protection=none" } */
       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  }