int main()
{
	int y;
	#define x x=y
	
	for (int x=0; x<3; ++x);
	
	return 0;
}