void example(int a, int b)
{
	if(a | b)
	{
	}
	if(a & b)
	{
	}
}
