blob: 4819673f284f7d853aaaad0664ae61f3aa8e3fc6 [file] [log] [blame]
/* PRs 17408 and 17409, with different options. */
extern int t;
extern int t = 0;
void f(){t =0;}
void g(){h(&t);}