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
/
20001013-1.c
blob
0d139fc8039ca6cf361ea41f8df839de1e54ea21
1
struct
x
{
2
int
a
,
b
;
3
}
z
= { -
4028
,
4096
};
4
5
int
foo
(
struct
x
*
p
,
int
y
)
6
{
7
if
((
y
&
0xff
) !=
y
|| -
p
->
b
>=
p
->
a
)
8
return
1
;
9
return
0
;
10
}
11
12
main
()
13
{
14
if
(
foo
(&
z
,
10
))
15
abort
();
16
exit
(
0
);
17
}