OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr17408.c
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);}