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
/
pr20187-1.c
blob
a1f0a091cf688431f0e92f939456469192ad9cc8
1
int
a
=
0x101
;
2
int
b
=
0x100
;
3
4
int
5
test
(
void
)
6
{
7
return
(((
unsigned char
) (
unsigned long long
) ((
a
?
a
:
1
) & (
a
*
b
)))
8
?
0
:
1
);
9
}
10
11
int
12
main
(
void
)
13
{
14
return
1
-
test
();
15
}