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
/
970217-1.c
blob
09e716a330bca5f1b07ac48075ac172d000069d7
1
sub
(
int
i
,
int
array
[
i
++])
2
{
3
return
i
;
4
}
5
6
main
()
7
{
8
int
array
[
10
];
9
exit
(
sub
(
10
,
array
) !=
11
);
10
}