blob: 3e211c970aad3ba76e4046f9440fb0e133a33638 [file] [log] [blame]
/* { dg-do compile { target *-*-linux* } } */
/* { dg-options "-fcf-protection" } */
/* { dg-final { scan-assembler ".note.gnu.property" } } */
extern void foo (void);
void
bar (void)
{
foo ();
}