repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libjava
/
testsuite
/
libjava.compile
/
weirddecl.java
blob
f6d9b3fb4275bbab4f4dd6b380813665f908a5ee
1
public class
weirddecl
2
{
3
// Weird but legal decl.
4
public
String
foo
(
String
[]
dumb
[])
5
{
6
return
dumb
[
0
][
0
];
7
}
8
}