blob: 2d916562e6e6f1fdf4eff656685c4cc865dc3dda [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fcf-protection=none -march=x86-64 -mno-needed" } */
/* { dg-final { scan-assembler-not ".note.gnu.property" } } */
extern void foo (void);
void
bar (void)
{
foo ();
}