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
/
a-b-a-linker-guard
/
b.rs
blob: f30df120a3ba7ae4ea5f71a459cc9dbb972a621a (
plain
)
1
2
3
4
5
6
7
#![crate_name =
"b"
]
extern
crate
a
;
fn
main
()
{
a
::
foo
(
22_
u32
);
}