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
/
921118-1.c
blob: 857c74e74f1c201ecae241e3cf7502a3ba3005ce (
plain
)
1
2
3
4
5
6
7
8
inline
f
(
i
)
{
h
((
long
long
)
i
*
2
);
}
g
()
{
f
(
9
);
}