Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
rust
/
2 sharedlib
/
prog.rs
blob: fbf31815910fcd0b84eee6bd9ee3aa69a27d84ae (
plain
)
1
2
3
extern
crate
stuff
;
fn
main
()
{
println
!
(
"printing: {}"
,
stuff
::
explore
());
}