For some reason, C handles `==` before `&`. So `a & b == c` is the same thing as `a & (b == c)`.
Attach a file by drag & drop or click to upload