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