aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr17408.c
blob: 4819673f284f7d853aaaad0664ae61f3aa8e3fc6 (plain)
1
2
3
4
5
/* PRs 17408 and 17409, with different options. */
extern int t;
extern int t = 0;
void f(){t =0;}
void g(){h(&t);}