void example(int i)
{
	int b = -(+(!(~i)));
	(void)b;
}
