Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr17408.c
blob: 4819673f284f7d853aaaad0664ae61f3aa8e3fc6 [
file
] [
log
] [
blame
]
/* PRs 17408 and 17409, with different options. */
extern
int
t
;
extern
int
t
=
0
;
void
f
(){
t
=
0
;}
void
g
(){
h
(&
t
);}