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