(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
indirect-thunk-8.c
       1  /* { dg-do compile { target { lp64 } } } */
       2  /* { dg-options "-O2 -mindirect-branch=thunk -mfunction-return=keep -mcmodel=large" } */
       3  
       4  void
       5  bar (void)
       6  { /* { dg-error "'-mindirect-branch=thunk' and '-mcmodel=large' are not compatible" } */
       7  }