Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
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
();
}