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
/
930527-1.c
blob
fef34bf6b7f759ebfe7bfd42133ff129feffb847
1
f
(
unsigned char
x
)
2
{
3
return
(
0x50
| (
x
>>
4
)) ^
0xff
;
4
}
5
6
main
()
7
{
8
if
(
f
(
0
) !=
0xaf
)
9
abort
();
10
exit
(
0
);
11
}