blob: 6f07faec032794d1898f7996d478b1befbcf1154 [file] [log] [blame]
/* PRs 17408 and 17409, with different options. */
/* { dg-additional-options "-fpermissive" } */
extern int t;
extern int t = 0;
void f(){t =0;}
void g(){h(&t);}