blob: 4076c9f68702cb8c84d67dd8e892894c90f0565c [file] [log] [blame]
// This used to cause a gcj crash in error_if_numeric_overflow.
public class pr15656 {
public static void defineClass ()
{
Object ctor = new Object;
}
}