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
/
symlinked-extern
/
bar.rs
blob: cd9c959d5e6a358ac147ddbbfc94ab43fa6f5b72 (
plain
)
1
2
3
4
5
6
#![crate_type =
"rlib"
]
extern
crate
foo
;
pub
fn
bar
(
_s
:
foo
::
S
)
{
}