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