8 lines
71 B
Rust
8 lines
71 B
Rust
|
|
|
|
fn main() {
|
|
|
|
#[clippy::author]
|
|
let x: char = 0x45 as char;
|
|
}
|