PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr82659-5.c
blob95413671d5cb378e522c973330d481c9861471d1
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fcf-protection -mcet" } */
3 /* { dg-final { scan-assembler-times {\mendbr} 1 } } */
5 static void
6 test (void)
10 void (*test_p) (void) = test;