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
/
extern-overrides-distribution
/
main.rs
blob: 1290a8c56701c5c61253117ccf0ec2fffe81d240 (
plain
)
1
2
3
4
5
extern
crate
libc
;
fn
main
()
{
libc
::
foo
();
}