5 lines
105 B
Rust
5 lines
105 B
Rust
//@ compile-flags: -Zterminal-urls=yes --error-format=human --color=always
|
|
fn main() {
|
|
let () = 4;
|
|
}
|