index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
run-make
/
native-link-modifier-whole-archive
/
indirectly_linked_via_attr.rs
blob: b9e347609b2c00fc4472df53084cc7a117672f8c (
plain
)
1
2
3
4
5
extern
crate
native_lib_in_src
;
fn
main
()
{
native_lib_in_src
::
hello
();
}