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
/
991221-1.c
blob
7106fee606d8f954217ac69c957e653366dd72ba
1
int
main
(
void
)
2
{
3
unsigned long
totalsize
=
80
;
4
unsigned long
msize
=
64
;
5
6
if
(
sizeof
(
long
) !=
4
)
7
exit
(
0
);
8
9
if
(
totalsize
> (
2147483647L
*
2UL
+
1
)
10
|| (
msize
!=
0
&& ((
msize
-
1
) > (
2147483647L
*
2UL
+
1
) )))
11
abort
();
12
exit
(
0
);
13
}