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!");
|
|
}
|