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