mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 00:53:04 +00:00
8 lines
103 B
Rust
8 lines
103 B
Rust
//@ run-pass
|
|
//@ compile-flags: -Clto=fat
|
|
//@ no-prefer-dynamic
|
|
|
|
fn main() {
|
|
println!("hello!");
|
|
}
|