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
/
920624-1.c
blob: 8b4d2979d26793c780b8f553b08efecc6cb5a452 (
plain
)
1
2
int
B
[],
Q
[];
f
(){
int
s
;
for
(
s
=
0
;
s
<=
1
;
s
++
)
switch
(
s
){
case
2
:
case
3
:++
B
[
s
];
case
4
:
case
5
:++
Q
[
s
];}}