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

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