package p;
//can't rename native methods
class A{
 	static private native void m();
}