Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
run-make
/
native-link-modifier-whole-archive
/
directly_linked_test_plus_whole_archive.rs
blob: 20ed8d9d4cd1091316e226a696838bedede69b01 [
file
] [
log
] [
blame
]
use
std
::
io
::
Write
;
#[
test
]
fn
test_thing
()
{
print
!(
"ran the test"
);
std
::
io
::
stdout
().
flush
().
unwrap
();
}