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
/
11 generated main
/
generated_lib_main.rs
blob: d9b373e4145d8aa11f396e91dad634fc3a6148fd (
plain
)
1
2
3
4
5
extern
crate
static_lib_generated
as
lib
;
fn
main
()
{
lib
::
libfun
();
}