mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 13:46:03 +00:00
6 lines
119 B
Rust
6 lines
119 B
Rust
// https://github.com/rust-lang/rust/issues/137580
|
|
fn main() {
|
|
println!("%65536$", 1);
|
|
//~^ ERROR never used
|
|
}
|