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
/
20020911-1.c
blob
ec8302211c04d93c401593bbba8dd9f304c342d7
1
extern
void
abort
(
void
);
2
unsigned short
c
=
0x8000
;
3
int
main
()
4
{
5
if
((
c
-
0x8000
) <
0
|| (
c
-
0x8000
) >
0x7fff
)
6
abort
();
7
return
0
;
8
}