package p;
public class A {
	
	static void abc() {
	}
	//Garbage code;
	
	//Is this comment retained somewhere?
	
	static void m() {
	}
}
