1  /* { dg-do compile { target { lp64 } } } */
       2  /* { dg-options "-O2 -mfunction-return=keep -mindirect-branch=keep -mcmodel=large" } */
       3  /* { dg-additional-options "-fPIC" { target fpic } } */
       4  
       5  __attribute__ ((function_return("thunk-extern")))
       6  void
       7  bar (void)
       8  { /* { dg-error "'-mfunction-return=thunk-extern' and '-mcmodel=large' are not compatible" } */
       9  }