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