//@run-rustfix
fn main() {
let x = 1;
let y = 2;
if x <= y {
// do something
}
if x >= y {
if x != y {
if x == y {