blob: 0a1be35689670f3c024efdcf702479c474db547d [file] [log] [blame]
fn main() {
#[clippy::author]
let x: char = 0x45 as char;
}