Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920817-1.c
blob: be80730962570b705f3f92ddd32737257347949b [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
int
v
;
static
inline
f
(){
return
0
;}
g
(){
return
f
();}
void
h
(){
return
v
++;}