//no ref update
package p;
public class A {
	static int f= 0;
	void m(){
		p.A.f= 0; /**/
	}
}