rust/tests/run-make/native-link-modifier-whole-archive/directly_linked.rs

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

7 lines
107 B
Rust
Raw Normal View History

use std::io::Write;
fn main() {
print!("directly_linked.");
std::io::stdout().flush().unwrap();
}