xref
: /
openbsd-src
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
920612-1.c
(revision c87b03e512fc05ed6e0222f6fb0ae86264b1d05b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
f(j)
1
f
(
j
)
int
j
;{
return
++
j
>0;}
main()
2
main
(){
if
(
f
((~0
U
)>>
1
))
abort
();
exit
(0);}
3