void example(int a)
{
	if(a == 1) // empty if statement
	{
	}
}
