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
/
921017-1.c
blob
ab68fc084981a276e0d645322dd1b826391a56d5
1
f
(
n
)
2
{
3
int
a
[
n
];
4
int
g
(
i
)
5
{
6
return
a
[
i
];
7
}
8
a
[
1
]=
4711
;
9
return
g
(
1
);
10
}
11
main
()
12
{
13
#ifndef NO_TRAMPOLINES
14
if
(
f
(
2
)!=
4711
)
abort
();
15
#endif
16
exit
(
0
);
17
}