1  /* { dg-do compile { target *-*-linux* } } */
       2  /* { dg-options "-fcf-protection" } */
       3  /* { dg-final { scan-assembler ".note.gnu.property" } } */
       4  
       5  extern void foo (void);
       6  
       7  void
       8  bar (void)
       9  {
      10    foo ();
      11  }