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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20010520-1.c
blob
fa94418ca960d4415d57b367c9000cee48a66e2b
1
static unsigned int
expr_hash_table_size
=
1
;
2
3
int
4
main
()
5
{
6
int
del
=
1
;
7
unsigned int
i
=
0
;
8
9
if
(
i
<
expr_hash_table_size
&&
del
)
10
exit
(
0
);
11
abort
();
12
}