index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
950618-1.c
blob: 4229da4e9bfb30a51af9c59a5f71c22405448294 (
plain
)
1
2
static
__inline__
int
f
()
{
return
g
();
}
int
g
()
{
return
f
();
}