This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
meson
mirror of
https://gitlab.com/qemu-project/meson.git
Watch
1
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
be07a710ee
meson
/
test cases
/
rust
/
4 polyglot
/
stuff.rs
7 lines
95 B
Rust
Raw
Blame
History
#![
crate_name =
"
stuff
"
]
#[
no_mangle
]
pub
extern
fn
f
(
)
{
println!
(
"
Hello from Rust!
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink