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
/
block.java
blob
6bf99b13135bc5a6720b927960787143af9b98a7
1
// Class block
2
// Generated on Thu Apr 20 15:03:23 PDT 2000
3
// It is illegal to use modifiers for in-block (local) classes
4
5
class
block
{
6
public void
foo
()
7
{
8
public class
xxx
{}
9
}
10
public static void
main
(
String
[]
arg
)
11
{
12
System
.
out
.
println
(
"Testing class `block'..."
);
13
}
14
}