Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
run-make
/
native-link-modifier-whole-archive
/
directly_linked.rs
blob: 17518e8b2f9634abfc8f4fd35844c9175a6a7d30 [
file
] [
log
] [
blame
]
use
std
::
io
::
Write
;
fn
main
()
{
print
!(
"directly_linked."
);
std
::
io
::
stdout
().
flush
().
unwrap
();
}