./:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr17408.c
blob4819673f284f7d853aaaad0664ae61f3aa8e3fc6
1 /* PRs 17408 and 17409, with different options. */
2 extern int t;
3 extern int t = 0;
4 void f(){t =0;}
5 void g(){h(&t);}