summaryrefslogtreecommitdiffstats
path: root/tests/run-make/native-link-modifier-whole-archive/directly_linked_test_minus_whole_archive.rs
blob: 20ed8d9d4cd1091316e226a696838bedede69b01 (plain)
1
2
3
4
5
6
7
use std::io::Write;

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