(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr65780-1.c
       1  /* PR target/65780 */
       2  /* { dg-do link { target *-*-linux* *-*-gnu* *-*-uclinux* } } */
       3  /* { dg-options "-O2" } */
       4  
       5  int optopt;
       6  
       7  int
       8  main ()
       9  {
      10    optopt = 4;
      11    return 0;
      12  }