blob: faab114852fb87c93578dd19ddce84cad5aa3a4a [file] [log] [blame] [edit]
//@ check-pass
fn main() {
#[clippy::author]
let x: char = 0x45 as char;
}