blob: f2c0c5c2c0986787332ddb40841cf2bd8983e528 (
plain)
1
2
3
4
5
6
7
8
9
|
/* { dg-do compile } */
/* { dg-options "-O2 -fcf-protection -mmanual-endbr" } */
/* { dg-final { scan-assembler-times {\mendbr} 1 } } */
__attribute__((__cf_check__))
void
foo (void)
{
}
|