Tests - lyriarte/Cm7b5 GitHub Wiki

{
	int i;
	i = 1;
	if (i) {
		i = 0;
	}
}