Commit ced816d5 by Tom Tromey Committed by Tom Tromey

For PR java/5057:

	* libjava.lang/PR5057.out: New file.
	* libjava.lang/PR5057.java: New file.

From-SVN: r48141
parent 33bd39a2
2001-12-17 Tom Tromey <tromey@redhat.com>
For PR java/5057:
* libjava.lang/PR5057.out: New file.
* libjava.lang/PR5057.java: New file.
2001-12-13 Tom Tromey <tromey@redhat.com>
For PR libgcj/5103:
......
/* Test to make sure <clinit> is generated correctly. */
public class PR5057
{
public static int x;
static
{
x = 72;
}
public static void main (String[] args)
{
System.out.println (x);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment