xref
: /
openbsd
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
950618-1.c
(revision c87b03e5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
f()
1
static
__inline__
int
f
() {
return
g
(); }
g()
2
int
g
() {
return
f
(); }
3