rust/tests/run-make/cross-lang-lto/main.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
43 B
Rust
Raw Permalink Normal View History

2018-04-16 14:26:40 +00:00
fn main() {
println!("Hello World");
}