/* NullPointerException.java -- thrown when using null instead of an object
Copyright (C) 1998, 1999, 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Clas
// Bug in gcj 20000427: Java executables can abort trying to access a null
// pointer in a leaf function.
public class PR218
{
private int i = 5;
public static void main(String[] args)
{
// PR 83
/*
* test that caught null pointers exceptions in finalizers work correctly
* and that local variables are accessible in null pointer exception handlers.
*/
import java.io.*;
public clas
public class emptystring
{
public static void main(String[] args)
{
System.out.println("null".equals(n(0) + ""));
System.out.println("null".equals("" +