repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
960402-1.c
blob
601a9a3b09135f474c1b50fee8c21079e4a7eeff
1
f
(
signed long long int
x
)
2
{
3
return
x
>
0xFFFFFFFF
LL
||
x
< -
0x80000000
LL
;
4
}
5
6
main
()
7
{
8
if
(
f
(
0
) !=
0
)
9
abort
();
10
exit
(
0
);
11
}