PR rtl-optimization/87918
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr82659-2.c
blob574a0b60ab488772dce7bad6cac39629905b5c6b
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fcf-protection" } */
3 /* { dg-final { scan-assembler-times {\mendbr} 2 } } */
5 extern int x;
7 void
8 test (int i)
10 x = i;
13 void
14 bar (int i)
16 test (i);