xref
: /
openbsd-src
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
920409-1.c
(revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
x
(){
signed
char
c
=
-1
;
return
c
<0;}
main
(){
if
(
x
()!=
1
)
abort
();
exit
(0);}
2