Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
comdat1-aux.cc
blob: 34eb88ff822e94fda835688bbaa6ee2e64bcfb70 [
file
] [
log
] [
blame
]
inline
int
f
()
{
static
int
i
;
return
++
i
;
}
int
g
()
{
return
f
();
}