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