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
/
920817-1.c
blob: 31a57339ea927c739f35e763ce520e3034babcfd (
plain
)
1
int
v
;
static
inline
f
(){
return
0
;}
g
(){
return
f
();}
void
h
(){
return
v
++
;}