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
/
static_2.java
blob
fdb5b99dac50c505f6f6e7f56b80cee4b7645399
1
package
bar
.
foo
;
2
3
class
static_2
{
4
static class
koink
{
5
static int
i
;
6
static void
foo
(){}
7
static
{}
8
static class
foo
{}
9
}
10
}