mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-17 01:45:06 +00:00
8 lines
86 B
Rust
8 lines
86 B
Rust
// run-pass
|
|
|
|
pub fn main() {
|
|
if false {
|
|
println!("{}", "foobar");
|
|
}
|
|
}
|