1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fcf-protection" } */
3 /* { dg-final { scan-assembler-times {\mendbr} 2 } } */
7 extern int (*bar) (struct ucontext *)
9 # if __has_attribute (__indirect_return__)
10 __attribute__((__indirect_return__))
18 foo (struct ucontext *oucp)