// From "The Java Language Specification", page 26

package other;

public class Other { static String hello = "Hello"; }
