8 lines
103 B
Rust
8 lines
103 B
Rust
//@ run-pass
|
|
//@ compile-flags: -Clto=fat
|
|
//@ no-prefer-dynamic
|
|
|
|
fn main() {
|
|
println!("hello!");
|
|
}
|