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
/
issue-85019-moved-src-dir
/
main.rs
blob: 543559a5c539f293005f58373c90f2dbd5c6856e (
plain
)
1
2
3
4
5
extern
crate
my_lib
;
fn
main
()
{
my_lib
::
my_fn
(
"hi"
);
}