void example(int* array)
{
	for(;;) // empty for statement
	{
	}
}
