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
/
mixing-libs
/
dylib.rs
blob: 6856887501c2664a513126a4bc9479611e09b730 (
plain
)
1
2
3
4
#![crate_type =
"dylib"
]
extern
crate
rlib
;
pub
fn
dylib
()
{
rlib
::
rlib
()
}