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