blob: 1141cf2b51f0e301b117d4ca3265dd082affc30f [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fcf-protection=check -mmanual-endbr" } */
/* { dg-final { scan-assembler-not "endbr" } } */
extern void bar (void) __attribute__((__cf_check__));
void
foo (void)
{
bar ();
}