package p;
class A {
	public static final int X= 0; /*constant comment*/

	public static final int Y= 0; //constant line comment
}