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
/
920501-20.c
blob: 170d05017611d7a60ae9c97345693c7a55e3d1af (
plain
)
1
int
*
f
(
x
)
int
*
x
;{
if
(
x
[
4
]){
int
h
[
1
];
if
(
setjmp
(
h
))
return
x
;}}