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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20001009-1.c
blob
aa691cab2fb1f2b05a6c7c51a18157815035540b
1
int
a
,
b
;
2
main
()
3
{
4
int
c
=-
2
;
5
int
d
=
0xfe
;
6
int
e
=
a
&
1
;
7
int
f
=
b
&
2
;
8
if
((
char
)(
c
|(
e
&
f
)) == (
char
)
d
)
9
return
0
;
10
else
11
abort
();
12
}