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-fulldeps
/
issue-28595
/
a.rs
blob: 07863cf64d6e9de0766f1816b22ddf9028b9b6a5 (
plain
)
1
2
3
4
5
6
#![crate_type =
"rlib"
]
#[link(name =
"a"
, kind =
"static"
)]
extern
"C"
{
pub
fn
a
();
}