Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// check-pass
fn main() {
if ('x' as char) < ('y' as char) {
print!("x");
} else {
print!("y");
}