Commit 5dbc91f5 by Tom Tromey Committed by Tom Tromey

* libjava.compile/pr7912.java: New file.

From-SVN: r58806
parent 1c7b0712
2002-11-04 Tom Tromey <tromey@redhat.com>
* libjava.compile/pr7912.java: New file.
2002-11-04 Andrew Haley <aph@redhat.com>
* libjava.lang/utilTest.java: New.
......
public class pr7912
{
static Cloneable c;
public static void main(String[] args)
{
c = new int[1];
}
}
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