summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr65780-1.c
blob: 5e3226e54fafa96279e66025ce298e7b941dbb81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* PR target/65780 */
/* { dg-do link { target *-*-linux* *-*-gnu* *-*-uclinux* } } */
/* { dg-options "-O2" } */

int optopt;

int
main ()
{
  optopt = 4;
  return 0;
}