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
/
error-found-staticlib-instead-crate
/
bar.rs
blob: fe35f1f8e2ead2e1ea2d06c1aa4ce426d2a8a6aa (
plain
)
1
2
3
4
5
extern
crate
foo
;
fn
main
()
{
foo
::
foo
();
}