2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr82659-6.c
blob51fc1a9f5c9df438a816776ad7ba9467f33d37f4
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fcf-protection -mcet" } */
3 /* { dg-final { scan-assembler-times {\mendbr} 2 } } */
5 extern int x;
7 __attribute__ ((visibility ("hidden")))
8 void
9 test (int i)
11 x = i;
14 void
15 bar (int i)
17 test (i);