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
/
dylib-chain
/
m3.rs
blob: d213aeda9ac19a1fed5288d5ed8cdf8dc81104be (
plain
)
1
2
3
4
#![crate_type =
"dylib"
]
extern
crate
m2
;
pub
fn
m3
()
{
m2
::
m2
()
}