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
/
921218-1.c
blob
ab7bc19cc154e461e5485232feddc6944f87a865
1
f
()
2
{
3
return
(
unsigned char
)(
"
\377
"
[
0
]);
4
}
5
6
main
()
7
{
8
if
(
f
() != (
unsigned char
)(
0377
))
9
abort
();
10
exit
(
0
);
11
}