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