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
/
920917-1.c
blob: ebe8200d48bfb1a2401dbfa64a7d8e64254ed5b4 (
plain
)
1
2
inline
f
(
x
){
switch
(
x
){
case
6
:
case
4
:
case
3
:
case
1
:
;}
return
x
;}
g
(){
f
(
sizeof
(
"xxxxxx"
));}