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
/
931110-2.c
blob
586615b180c03d743c38efa97d9cc8f374c39618
1
main
()
2
{
3
static int
a
[] = {
3
,
4
};
4
register
int
*
b
;
5
int
c
;
6
7
b
=
a
;
8
c
= *
b
++ %
8
;
9
if
(
c
!=
3
)
10
abort
();
11
exit
(
0
);
12
}