repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FDO insane profile
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.lang
/
PR12656.java
blob
2a817f03c0d91e98c6513c8d07f4677d7a3fe48d
1
class
PR12656_base
2
{
3
public static void
main
(
String
[]
args
)
4
{
5
System
.
out
.
println
(
"Maude"
);
6
}
7
}
8
9
public class
PR12656
extends
PR12656_base
10
{
11
}