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-15460
/
bar.rs
blob: e66aeb6bd39e6cfa627555237f8b774f656bfeb0 (
plain
)
1
2
3
4
extern
crate
foo
;
fn
main
()
{
unsafe
{
foo
::
foo
()
}
}