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
/
g++.dg
/
debug
/
debug5.C
blob
8dffa94874e03609abf539b8bfc5a8f4b495f426
1
// { dg-do compile }
2
3
int foo()
4
{
5
int a = 1;
6
int b = 1;
7
int e[a][b];
8
e[0][0] = 0;
9
return e[a-1][b-1];
10
}