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

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

8 lines
117 B
Rust
Raw Normal View History

use std::io::Write;
#[test]
fn test_thing() {
print!("ran the test");
std::io::stdout().flush().unwrap();
}