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
/
execute
/
920409-1.c
blob: 938ce7d92d61e157b8e66fd5b2cb14c5675ef6be (
plain
)
1
x
(){
signed char
c
=-
1
;
return
c
<
0
;}
main
(){
if
(
x
()!=
1
)
abort
();
exit
(
0
);}