PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr82659-1.c
blob485771d0f38a3740c5fcea70e0a89d5f709df2ba
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fcf-protection -mcet" } */
3 /* { dg-final { scan-assembler-times {\mendbr} 1 } } */
5 extern int x;
7 static void
8 __attribute__ ((noinline, noclone))
9 test (int i)
11 x = i;
14 void
15 bar (int i)
17 test (i);