(root)/
gcc-13.2.0/
gcc/
testsuite/
jit.dg/
add-driver-options-testlib.c
       1  /* Used by test-add-driver-options.c */
       2  
       3  extern int callee_function (void)
       4  {
       5    return 1978;
       6  }