modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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);}