blob: 4ba4fab755edf4bb386b74f3d5fddf61929fb860 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fcf-protection" } */
/* { dg-final { scan-assembler-times {\mendbr} 1 } } */
static void
test (void)
{
}
void (*test_p) (void) = test;