mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 11:57:43 +00:00
5 lines
105 B
Rust
5 lines
105 B
Rust
//@ compile-flags: -Zterminal-urls=yes --error-format=human --color=always
|
|
fn main() {
|
|
let () = 4;
|
|
}
|