about summary refs log tree commit diff
path: root/third_party/git/t/t4018/java-class-member-function
public class Beer
{
	int special;
	public static void main(String RIGHT[])
	{
		System.out.print("ChangeMe");
	}
}