package p; //5, 23, 5, 33

class A {
	{
		do{boolean x= this!=null ;} // LINE 2
		while(this!=null);
	}
}
