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