

fn bathroom_stall() {
let mut i = 1;
matches!(2, _|_|_|_|_|_ if (i+=1) != (i+=1));
assert_eq!(i, 13);
}

if statements. There was such an example:
int i;
if (i = 3) {
printf("i equals 3")
}








if statements. There was such an example:
int i;
if (i = 3) {
printf("i equals 3")
}


i does equal 3 there :p the printf is missing a \n though

i does equal 3 there :p the printf is missing a \n though 


















unknown address log message got printed very often because many servers have 0.6 and 0.7 addresses but only 0.6 addresses are considered valid by the client.
See https://github.com/ddnet/ddnet/pull/8099#discussion_r1525420552.


if statements. There was such an example:
int i;
if (i = 3) {
printf("i equals 3")
}
































