1 /* { dg-do compile { target { ! x32 } } } */
2 /* { dg-options "-O2 -mindirect-branch=keep -fcf-protection -fcheck-pointer-bounds -mmpx" } */
3 
4 __attribute__ ((indirect_branch("thunk-inline")))
5 void
bar(void)6 bar (void)
7 {
8 }
9