rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr17408.c

6 lines
116 B
C

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