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
/
20030821-1.c
blob
b82c2f2d75be5bc6f90eab4cb0f435400e720b21
1
extern
void
abort
(
void
);
2
3
int
4
foo
(
int
x
)
5
{
6
if
((
int
) (
x
&
0x80ffffff
) != (
int
) (
0x8000fffe
))
7
abort
();
8
9
return
0
;
10
}
11
12
int
13
main
()
14
{
15
return
foo
(
0x8000fffe
);
16
}