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
/
c-static-dylib
/
bar.rs
blob: b8c798ffdb4a99bbb9a5df89147fcfa12695a70e (
plain
)
1
2
3
4
5
extern
crate
foo
;
fn
main
()
{
foo
::
rsfoo
();
}