index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
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
;}}