mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 19:37:08 +00:00
10 lines
130 B
Rust
10 lines
130 B
Rust
//@ run-pass
|
|
|
|
//@ compile-flags: -Clto=thin
|
|
//@ no-prefer-dynamic
|
|
//@ ignore-backends: gcc
|
|
|
|
fn main() {
|
|
println!("hello!");
|
|
}
|