mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
PR libgcj/12656: * libjava.lang/PR12656.java: New file. * libjava.lang/PR12656.out: New file. From-SVN: r72810
12 lines
152 B
Java
12 lines
152 B
Java
class PR12656_base
|
|
{
|
|
public static void main(String[] args)
|
|
{
|
|
System.out.println("Maude");
|
|
}
|
|
}
|
|
|
|
public class PR12656 extends PR12656_base
|
|
{
|
|
}
|