Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
run-make
/
native-link-modifier-whole-archive
/
indirectly_linked_via_attr.rs
blob: b9e347609b2c00fc4472df53084cc7a117672f8c [
file
] [
log
] [
blame
]
extern
crate native_lib_in_src
;
fn
main
()
{
native_lib_in_src
::
hello
();
}