Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
950618-1.c
blob: 4229da4e9bfb30a51af9c59a5f71c22405448294 [
file
] [
log
] [
blame
]
static
__inline__
int
f
()
{
return
g
();
}
int
g
()
{
return
f
();
}