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

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

7 lines
114 B
Rust
Raw Normal View History

use std::io::Write;
pub fn hello() {
print!("indirectly_linked.");
std::io::stdout().flush().unwrap();
}