Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
950618-1.c
blob: 3b832865e0dbbad798398991a330f237011524a2 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
static
__inline__
int
f
()
{
return
g
();
}
int
g
()
{
return
f
();
}