void example(int i)
{
	switch(i) // empty switch statement
	{
	}
}
