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_1.java
blob
ff01a1ef98d9c39a0ae6bf6517a595b7f691d70e
1
package
bar
.
foo
;
2
3
class
static_1
{
4
class
bar
{
5
// No Static members: methods, fields, inner classes.
6
static int
foo
;
7
static int
xyzzy
(){
return
0
;}
8
static
{}
9
static class
foo
{}
10
// No Member interface FIXME
11
}
12
}