1  /* { dg-do compile { target { lp64 } } } */
       2  /* { dg-options "-O2 -mindirect-branch=keep -mfunction-return=keep -mcmodel=large" } */
       3  /* { dg-additional-options "-fPIC" { target fpic } } */
       4  
       5  __attribute__ ((indirect_branch("thunk-inline")))
       6  void
       7  bar (void)
       8  {
       9  }