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


syntax highlighted by Code2HTML, v. 0.9.1