modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr17408.c (about)

     1  /* PRs 17408 and 17409, with different options. */
     2  extern int t;
     3  extern int t = 0;
     4  void f(){t =0;}
     5  void g(){h(&t);}