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
/
930526-1.c
blob
bbf63c6009ac37212c441586c4c17285d5403d07
1
inline
2
f
(
x
)
3
{
4
int
*(
p
[
25
]);
5
int
m
[
25
*
7
];
6
int
i
;
7
8
for
(
i
=
0
;
i
<
25
;
i
++)
9
p
[
i
] =
m
+
x
*
i
;
10
11
p
[
1
][
0
] =
0
;
12
}
13
14
main
()
15
{
16
f
(
7
);
17
exit
(
0
);
18
}