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