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
/
src
/
test
/
run-make-fulldeps
/
lto-dylib-dep
/
main.rs
blob: 4fb3c4730b2c64d106dd33651e709a8664cf6091 (
plain
)
1
2
3
4
5
extern
crate
a_dylib
;
fn
main
()
{
a_dylib
::
foo
();
}