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