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
/
compile
/
20050801-2.c
blob
45bd2a037be2aba75cb9b03e4e07b54aa3c1f18a
1
__inline
int
f
(
int
i
)
2
{
3
struct
{
4
int
t
[
i
];
5
}
t
;
6
return sizeof
(
t
.
t
[
i
--]);
7
}
8
9
int
g
(
int
i
)
10
{
11
return
f
(
i
);
12
}